/*header start*/

.header {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.header-box {
    max-width: 1440px;
    margin: 0 auto;
}

.header-tool {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.header-tool .logo {
    display: inline-block;
    float: left;
}

.header-tool .logo img {
    max-width: 162px;
    height: auto;
}

.tool-list {
    float: right;
}

.gp-box {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #606060;
    transition: all 0.4s;
    margin-top: 4px;
    margin-right: 40px;
}

.tool-list .tl-link {
    padding-left: 40px;
    background: url(../images/website.png) no-repeat left center;
    float: left;
    padding-top: 4px;
}

.tool-list .tl-link a {
    display: inline-block;
    font-size: 16px;
    color: #606060;
    transition: all 0.4s;
}

.tool-list .tl-link a:first-child {
    margin-right: 35px;
}

.tool-list .tl-link a:hover {
    color: #E3540B;
}

.header .lan {
    float: left;
    margin-left: 80px;
    position: relative;
    padding-top: 4px;
}

.header .lan a {
    transition: all 0.3s;
    font-size: 16px;
}

.header .lan .lt {
    display: inline-block;
    padding-left: 40px;
    background: url(../images/lan.png) no-repeat left center;
}

.header .lan .lt a {
    display: inline-block;
    padding-right: 10px;
    background: url(../images/xl.png) no-repeat right center;
}

.header .lan .ll {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background: #E3540B;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2%);
    transition: all 0.2s;
    z-index: 9999;
}

.header .lan:hover .ll {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.header .lan .ll a {
    display: block;
    color: #ffffff;
    padding: 5px 0;
    font-size: 14px;
}

.header .lan .ll a:hover {
    color: #cccccc;
}

.tool-list .input-box {
    float: right;
    position: relative;
    margin-left: 40px;
}

.tool-list .input-box input {
    width: 205px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 19px;
    padding: 0 55px 0 20px;
}

.tool-list .input-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    background: url(../images/search-icon.png) no-repeat center;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    border: none;
}

.header-nav #menuWap {
    display: none;
}

.header-nav .nav-box>nav>ul>li {
    display: inline-block;
    width: 12.5%;
    float: left;
    text-align: center;
}

.header-nav .nav-box>nav>ul>li>a {
    display: inline-block;
    padding: 30px 0;
    line-height: 1;
    color: #606060;
    position: relative;
    transition: all 0.5s;
    width: 100%;
}

.header-nav .nav-box>nav>ul>li>a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #E3540B;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.header-nav .nav-box>nav>ul>li>a:hover,
.header-nav .nav-box>nav>ul>li.on>a {
    color: #E3540B;
}

.header-nav .nav-box>nav>ul>li>a:hover:after,
.header-nav .nav-box>nav>ul>li.on>a:after,
.header-nav .nav-box>nav>ul>li>a.nav-up-selected:after {
    width: 100%;
}

.header .second-box {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    width: 100%;
    margin-top: 1px;
}

.header .second-box .n-list {
    display: none;
}

.header .second-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5%;
}

.header .second-box ul li a {
    display: inline-block;
    padding: 15px 10px;
    color: #606060;
    position: relative;
}

.header .second-box ul li a:after {
    width: 4px;
    height: 4px;
    background: #cdcdcd;
    border-radius: 50% 50%;
    position: absolute;
    left: 0;
    margin-top: -2px;
    content: '';
    top: 50%;
}

.header .second-box ul li a:hover {
    color: #E3540B;
}

.header .second-box ul li a:hover::after {
    background: #E3540B;
}


/*header end*/


/*footer start*/

.footer {
    background: #262829;
}

.footer-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-inner .footer-nav-s {
    padding: 40px 0;
    border-bottom: 1px solid #363b3f;
}

.footer-inner .footer-nav-s .nav {
    float: left;
    padding-top: 4px;
}

.footer-inner .footer-nav-s .nav ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.footer-inner .footer-nav-s .nav ul li a {
    color: #84898c;
    transition: all 0.4s;
}

.footer-inner .footer-nav-s .nav ul li a:hover {
    color: #FFFFFF;
}

.footer-inner .footer-nav-s .share-online {
    float: right;
}

.footer-box .footer-nav-s .share-online a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 15px;
    padding-left: 0;
}

.footer-box .footer-nav-s .share-online a.bshare-qqim {
    background: url(../images/qq-icon.png) no-repeat center;
}

.footer-box .footer-nav-s .share-online a.bshare-weixin {
    background: url(../images/weixin-icon.png) no-repeat center;
    position: relative;
}

.footer-box .footer-nav-s .share-online a .w-pop {
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 10px;
    bottom: 120%;
    left: 50%;
    display: block;
    z-index: 9999;
    margin-left: -70px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.footer-box .footer-nav-s .share-online a:hover .w-pop {
    opacity: 1;
    bottom: 110%;
    visibility: visible;
}

.footer-box .footer-nav-s .share-online a .w-pop::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    transform: rotate(-45deg);
}

.footer-box .footer-nav-s .share-online a .w-pop img {
    width: 100%;
    height: auto;
}

.footer-box .footer-nav-s .share-box a img {
    filter: brightness(1);
    transition: all 0.3s;
}

.footer-box .footer-nav-s .share-box a img:hover {
    filter: brightness(0.8);
}

.footer-copy {
    padding: 25px 0;
    color: #4d5256;
}

.footer-copy .c {
    width: 60%;
    float: left;
}

.footer-copy .l {
    width: 40%;
    float: right;
    text-align: right;
}

.footer-copy .l a {
    display: inline-block;
    padding-left: 20px;
    color: #84898c;
    transition: all 0.6s;
}

.footer-copy .l a:hover {
    color: #ffffff;
}

.footer-copy .l a.m {
    background: url(../images/contact-icon-04.png) no-repeat left center;
    margin-right: 20px;
}

.footer-copy .l a.t {
    background: url(../images/contact-icon-03.png) no-repeat left center;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 100%;
    margin: 0 auto 0;
    width: 100%;
    background: #FFFFFF;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: inherit;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.5)
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}


/*轮播图end*/

.inner-banner {
    position: relative;
}

.inner-banner .banner-pic {
    position: relative;
    z-index: 1;
}

.inner-banner .banner-pic img {
    width: 100%;
    height: auto;
}

.inner-banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inner-banner .banner-content .en {
    font-size: 48px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.inner-banner .banner-content h4 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1;
}

.inner-banner .banner-text {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    top: 0;
    width: 1440px;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.inner-banner .banner-text-inner {
    width: 40%;
}

.inner-banner .banner-text .en {
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.inner-banner .banner-text .cn {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
}

.inner-banner .banner-text article {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 60px;
}

.crumbs-box {
    padding: 12px 0;
}

.crumbs-box a {
    color: #bfbfbf;
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    color: #B24249;
}

.crumbs-box i {
    display: inline-block;
    padding: 0 5px;
    color: #bfbfbf;
}

.crumbs-box span {
    color: #bfbfbf;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-padding-20 {
    padding: 0;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: #E3540B;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 50px 0;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    font-weight: bold;
    display: inline-flex;
    font-size: 14px;
    color: #696969;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    justify-content: center;
    background: transparent;
    border-radius: 50% 50%;
}

.page-box .page-inner .current {
    font-weight: bold;
    display: inline-flex;
    font-size: 14px;
    color: #696969;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #FFFFFF;
    transition: all 0.4s;
    background: #E3540B;
    border-radius: 50% 50%;
}

.page-box .page-inner .page-list .current {
    color: #FFFFFF;
    transition: all 0.4s;
    border-radius: 50% 50%;
}

.page-box .page-inner a.prev {
    font-family: simsun;
    font-weight: bold;
    font-weight: bold;
    color: #E3540B;
}

.page-box .page-inner a.next {
    font-family: simsun;
    font-weight: bold;
    font-weight: bold;
    color: #E3540B;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    color: #666666;
}


}
.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
    color: #295a83;
    transition: all 0.4s;
}
.page-box .page-inner .current.prev {
    font-family: simsun;
    font-weight: bold;
    font-weight: bold;
    color: #E3540B;
}
.page-box .page-inner .current.next {
    font-family: simsun;
    font-weight: bold;
    font-weight: bold;
    color: #E3540B;
}
.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
    cursor: no-drop;
    color: #666666;
}

/*分页 end*/

/*公共样式定义 end*/
.wedo-tit {
    padding: 60px 0;
    text-align: center;
}
.wedo-tit .en {
    font-size: 48px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.wedo-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.wedo-warp {
    position: relative;
    padding-top: 100px;
}
.wedo-warp .wedo-menu {
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
    z-index: 2;
    /*box-shadow:1px 1px 5px #CCCCCC;*/
}
@media only screen and (max-width: 1500px) {
    .wedo-warp .wedo-menu ul li .icon .s {
        position: relative;
        z-index: 1;
        width: 50px;
    }
}
@media only screen and (max-width: 1500px) {
    .wedo-warp .wedo-menu ul li.on .icon .h {
        opacity: 1;
        width: 50px;
    }
}
.wedo-warp .wedo-menu ul li {
    float: left;
    width: 25%;
    background: #FFFFFF;
    text-align: center;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
}
.wedo-warp .wedo-menu ul li:after {
    content: '';
    width: 1px;
    height: 61px;
    background: #dadada;
    position: absolute;
    left: -0.5px;
    top: 50%;
    margin-top: -30.5px;
}
.wedo-warp .wedo-menu ul li:first-child:after {
    display: none;
}
.wedo-warp .wedo-menu ul li .icon {
    display: inline-block;
    position: relative;
    min-height: 52px;
}
.wedo-warp .wedo-menu ul li .icon .s {
    position: relative;
    z-index: 1;
}
.wedo-warp .wedo-menu ul li .icon .h {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.wedo-warp .wedo-menu ul li .tit {
    display: block;
    font-size: 20px;
    color: #545454;
}
.wedo-warp .wedo-menu ul li.on {
    background: #004098;
    z-index: 2;
}
.wedo-warp .wedo-menu ul li.on .tit {
    color: #FFFFFF;
}
.wedo-warp .wedo-menu ul li.on .icon .s {
    opacity: 0;
}
.wedo-warp .wedo-menu ul li.on .icon .h {
    opacity: 1;
}
.wedo-warp .pic-con img {
    width: 100%;
    height: auto;
}
.about {
    padding: 80px 0;
    background: url(../images/index-pic-05.jpg) no-repeat center center;
}
.about .about-text {
    width: 46%;
    float: left;
    padding: 90px 0;
}
.about .about-text .about-tit .en {
    font-size: 48px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.about .about-text .about-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.about .about-text .about-content {
    margin: 30px 0;
}
.more a {
    display: block;
    width: 168px;
    height: 42px;
    border: 1px solid #b4b5b5;
    text-align: center;
    line-height: 42px;
    transition: all 0.4s;
}
.more a span {
    display: inline-block;
    color: #959595;
    padding-right: 18px;
    background: url(../images/more-sj.png) no-repeat right center;
    transition: all 0.4s;
}
.more a:hover {
    border: 1px solid #004098;
}
.more a:hover span {
    color: #004098;
    background: url(../images/more-sj-h.jpg) no-repeat right center;
}
.about .about-video {
    width: 50%;
    float: right;
    position: relative;
}
.about .about-video .img {
    position: relative;
}
.about .about-video .img img {
    width: 100%;
    height: auto;
}
.about .about-video .m-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -43.5px 0 0 -43.5px;
    width: 87px;
    height: 87px;
    z-index: 3;
}
.news {
    background: #F3F5F9;
    padding: 80px 0 30px;
}
.news .news-tool {
    padding-bottom: 35px;
}
.news .news-tit {
    float: left;
    display: inline-block;
}
.news .news-tit .en {
    font-size: 48px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.news .news-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.news .more {
    float: right;
    margin-top: 35px;
}
.news-list {
    background: #ffffff;
}
.news-list .pic-box {
    width: 53.3%;
    float: left;
    overflow: hidden;
}
.news-list .pic-box img {
    width: auto;
    height: 100%;
    transform: translateX(-0.5%);
}
.news-list .list {
    width: 46.7%;
    float: right;
}
.news-list .list ul li {
    padding: 25px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.news-list .list .time {
    width: 20%;
    float: left;
    text-align: center;
    padding: 6.5px 0;
}
.news-list .list .time i {
    display: block;
    font-size: 36px;
    color: #afb3b6;
    line-height: 1;
}
.news-list .list .time span {
    display: block;
    font-size: 18px;
    color: #afb3b6;
}
.news-list .list .text {
    width: 72%;
    float: right;
    padding: 0 4%;
}
.news-list .list .text .t {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #545454;
    margin-bottom: 15px;
    line-height: 1;
    transition: all 0.5s;
    font-weight: bold;
}
.news-list .list .text .d {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #909090;
    transition: all 0.5s;
}
.news-list .list ul li:hover,
.news-list .list ul li.on {
    background: #004098;
    margin-left: -75px;
}
.news-list .list ul li:hover .time i,
.news-list .list ul li.on .time i {
    color: #FFFFFF;
}
.news-list .list ul li:hover .time span,
.news-list .list ul li.on .time span {
    color: #FFFFFF;
}
.news-list .list ul li:hover .t,
.news-list .list ul li.on .t {
    color: #FFFFFF;
}
.news-list .list ul li:hover .d,
.news-list .list ul li.on .d {
    color: #FFFFFF;
}
.dev-his-box {
    padding: 70px 0;
}
.dev-his-box .dev-his-tool {
    padding-bottom: 30px;
}
.dev-his-tool .tit {
    display: inline-block;
    float: left;
}
.dev-his-tool .tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.5;
}
.dev-his-tool .tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.dev-his-tool .slider-click {
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.slider-click a {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: #E3540B;
}
.slider-click a i {
    display: inline-block;
    background: url(../images/click-left-h.png) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.slider-click a.n {
    margin-left: 30px;
}
.slider-click a.n i {
    background: url(../images/click-right-h.png) no-repeat center;
}
.slider-click a.swiper-button-disabled {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
}
.slider-click a.swiper-button-disabled i {
    display: inline-block;
    background: url(../images/click-left.jpg) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.slider-click a.n.swiper-button-disabled i {
    background: url(../images/click-right.jpg) no-repeat center;
}
.dev-slider .his-inner .y {
    font-size: 22px;
    color: #E3540B;
    font-weight: bold;
    padding: 15px 20px 35px 0;
    background: url(../images/his-01.jpg) no-repeat center bottom;
    margin-bottom: 60px;
    background-size: 100% auto;
    position: relative;
}
.dev-slider .his-inner .y::after {
    content: '';
    width: 16px;
    height: 61px;
    position: absolute;
    bottom: -60px;
    left: 30px;
    background: url(../images/his-02.jpg) no-repeat center;
}
.dev-slider .his-inner .t {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.dev-slider .his-inner .d {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 20px;
}
.dev-slider .his-inner .i img {
    max-width: 100%;
    height: auto;
}
.honor-box {
    padding: 50px 0;
    background: url(../images/index-pic-05.jpg) no-repeat center;
    background-size: cover;
}
.honor-tit {
    text-align: center;
}
.honor-tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.5;
}
.honor-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.honor-menu {
    text-align: center;
    padding: 40px 0;
}
.honor-menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.honor-menu ul li a {
    width: 132px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bababa;
    color: #545454;
    font-size: 16px;
    transition: all 0.4s;
}
.honor-menu ul li.on a {
    color: #FFFFFF;
    background: #E3540B;
    border: 1px solid #E3540B;
}
.honor-slider .swiper-slide .ss-inner {
    background: #ffffff;
    box-shadow: 1px 1px 5px #CCCCCC;
    margin: 10px;
    text-align: center;
}
.honor-slider .swiper-slide .img-box {
    padding: 40px 40px 0;
}
.honor-slider .swiper-slide .img-box img {
    width: 100%;
    height: auto;
}
.honor-slider .swiper-slide .img-tit {
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #545454;
}
.honor-slider .slider-click {
    padding: 60px 0 0;
    text-align: center;
}
.cul-box {
    padding: 70px 0;
    text-align: center;
}
.cul-box .slider-click {
    padding-top: 60px;
}
.cul-box .cul-tit {
    text-align: center;
}
.cul-box .cul-tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.5;
}
.cul-box .cul-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.cul-box .cul-tag {
    padding: 40px 0;
}
.cul-box .cul-tag span {
    display: inline-block;
    padding: 0 31px;
    font-size: 20px;
    font-weight: bold;
    color: #7e7e7e;
    position: relative;
}
.cul-box .cul-tag span:after {
    content: '';
    background: url(../images/ty-icon.png) no-repeat center;
    position: absolute;
    left: -2px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
}
.cul-box .cul-tag span:first-child:after {
    display: none;
}
#certify {
    position: relative;
    margin: 0 auto
}
#certify .swiper-slide {
    width: 592px;
    height: 414px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
    display: block;
    transition: all 0.6s;
    opacity: 0.7;
}
#certify .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
#certify .slider-click a {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
    transition: all 0.4s;
}
#certify .slider-click a:hover {
    background: #E3540B;
}
#certify .slider-click a i {
    display: inline-block;
    background: url(../images/click-left.jpg) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
#certify .slider-click a.n {
    margin-left: 30px;
}
#certify .slider-click a.n i {
    background: url(../images/click-right.jpg) no-repeat center;
}
#certify .slider-click a.swiper-button-disabled {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
}
#certify .slider-click a:hover i {
    display: inline-block;
    background: url(../images/click-left-h.png) no-repeat center;
}
#certify .slider-click a.n:hover i {
    background: url(../images/click-right-h.png) no-repeat center;
}
.in-base {
    padding: 0 0 100px;
}
.in-base-tit {
    text-align: center;
    padding: 80px 0;
}
.in-base-tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1;
}
.in-base-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.ib-list ul li .img-box {
    width: 50%;
    float: left;
    position: relative;
}
.ib-list ul li .img-box img {
    width: 100%;
    height: auto;
}
.ib-list ul li .img-box:after {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    position: absolute;
    content: '';
    z-index: 2;
    transform: rotate(-45deg);
    right: -18px;
    top: 50%;
    margin-top: -18px;
}
.ib-list ul li .img-text {
    width: 45%;
    float: right;
    margin-right: 5%;
    margin-top: 70px;
    position: relative;
}
.ib-list ul li .img-text .tit {
    font-size: 30px;
    font-weight: bold;
    color: #545454;
    padding: 30px 0 50px;
}
.ib-list ul li .img-text .text {
    font-size: 16px;
    color: #606060;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
}
.ib-list ul li .img-text .it-inner {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 40px;
}
.ib-list ul li:nth-child(even) .img-box {
    float: right;
}
.ib-list ul li:nth-child(even) .img-text {
    float: left;
    margin-right: 0;
    margin-left: 5%;
    margin-bottom: 70px;
    margin-top: 0;
}
.ib-list ul li:nth-child(even) .img-text .it-inner {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 40px;
}
.ib-list ul li:nth-child(even) .img-box:after {
    left: -18px;
    right: 0;
}
.sub-box .sub-tit {
    text-align: center;
}
.sub-box .sub-tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.5;
}
.sub-box .sub-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.compro-box .radi-sys {
    padding: 60px 0;
    background: transparent;
}
.compro-box .video-text {
    position: relative;
    padding-bottom: 130px;
}
.compro-box .video-text .about-video {
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
}
.compro-box .video-text .about-video .img {
    position: relative;
}
.compro-box .video-text .about-video .img img {
    width: 100%;
    height: auto;
}
.compro-box .video-text .about-video .m-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -43.5px 0 0 -43.5px;
    width: 87px;
    height: 87px;
    z-index: 3;
}
.compro-box .video-text .about-text {
    width: 55%;
    border: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 87px;
}
.compro-box .video-text .about-text .at-inner {
    padding: 40px 40px 40px 120px;
    font-size: 16px;
}
.compro-box .sub-tit {
    padding: 70px 0;
}
.compro-box .sub-list ul li {
    width: 49%;
    float: left;
    box-shadow: 1px 1px 10px #CCCCCC;
    margin-bottom: 40px;
}
.compro-box .sub-list ul li:nth-child(even) {
    float: right;
}
.compro-box .sub-list {
    padding-bottom: 70px;
}
.compro-box .sub-list ul li .li-inner {
    padding: 40px;
}
.compro-box .sub-list .li-inner .logo-tit {
    margin-bottom: 40px;
}
.compro-box .sub-list .li-inner .l {
    width: 35%;
    float: left;
    height: 107px;
    position: relative;
}
.compro-box .sub-list .li-inner .l img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.compro-box .sub-list .li-inner .n {
    width: 60%;
    float: right;
    background: url(../images/copro/sup-icon.png) no-repeat left top;
    padding: 0 0 0 30px;
    height: 107px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.compro-box .sub-list .li-inner .n i {
    display: block;
    font-size: 16px;
    color: #888888;
}
.compro-box .sub-list .li-inner .n span {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.compro-box .sub-list .li-inner .logo-tisp {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.about-lab {
    background: url(../images/lab-pic-01.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 140px;
}
.about-lab .lab-tool {
    padding-bottom: 60px;
}
.about-lab .lab-tool .lab-tit {
    display: inline-block;
    float: left;
    width: 30%;
}
.about-lab .lab-tool .lab-tit .en {
    font-size: 38px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.3;
}
.about-lab .lab-tool .lab-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.about-lab .lab-tool .lab-text {
    width: 70%;
    float: right;
    font-size: 16px;
    color: #606060;
    padding: 10px 0;
}
.about-lab .lab-list ul li {
    width: 24%;
    float: left;
    margin-left: 1.33333%;
    position: relative;
    overflow: hidden;
}
.about-lab .lab-list ul li .img-box {
    position: relative;
}
.about-lab .lab-list ul li .img-box img {
    width: 100%;
    height: auto;
}
.about-lab .lab-list ul li .img-text {
    background: rgba(0, 0, 0, 0.58);
    padding: 20px 30px;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    transition: all 0.6s;
}
.about-lab .lab-list ul li .img-text .t {
    font-size: 20px;
    font-weight: bold;
}
.about-lab .lab-list ul li .img-text .d {
    margin-top: 20px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.about-lab .lab-list ul li:hover .img-text {
    transform: translateY(100%);
}
.about-lab .lab-list ul li .img-pop {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    background: rgba(227, 84, 11, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    opacity: 0;
    transform: scale(0.8);
    transform: translateY(-50%);
    transition: all 0.6s;
}
.about-lab .lab-list ul li .img-pop .t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-lab .lab-list ul li .img-pop .d {
    line-height: 1.8;
    padding: 0 30px;
    text-align: center;
}
.about-lab .lab-list ul li:hover .img-pop {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0%);
}
.about-lab .lab-list ul li:first-child {
    margin-left: 0;
}
.radi-sys {
    background: url(../images/radi-sys.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.radi-sys .tit {
    width: 35%;
    float: left;
}
.radi-sys .tit .en {
    font-size: 40px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
}
.radi-sys .tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.radi-sys .text {
    width: 65%;
    float: right;
    font-size: 16px;
    color: #606060;
    line-height: 1.8;
}
.radi-menu .rm-slider {
    text-align: center;
    padding: 80px 0;
}
.radi-menu .rm-slider .icon img {
    max-width: 100%;
    height: auto;
}
.radi-menu .rm-slider .tit {
    font-size: 16px;
    color: #545454;
    padding: 20px 0;
}
.radi-menu .rm-slider .slider-click {
    margin-top: 40px;
    display: none;
}
.radi-menu .rm-slider .swiper-slide {
    padding-bottom: 24px;
    position: relative;
    cursor: pointer;
}
.radi-menu .rm-slider .swiper-slide:after {
    background: url(../images/rs-icon-02.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    content: '';
}
.radi-menu .rm-slider .swiper-slide.swiper-slide-thumb-active:after,
.radi-menu .rm-slider .swiper-slide.act:after {
    background: url(../images/rs-icon-01.png) no-repeat center;
}
.radi-menu .rm-slider .swiper-container:after {
    width: 100%;
    height: 1px;
    background: #dfe8e3;
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
}
.radi-dis {
    background: url(../images/rad-pic-06.jpg) no-repeat right bottom;
    padding-top: 178px;
    position: relative;
}
.radi-dis .dis-text {
    background: #e6e7e8;
    width: 52%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.dis-text .swiper-slide .ss-text p {
    color: #333;
}
.radi-dis .dis-text .dis-text-i {
    padding-left: 22%;
    position: relative;
}
.radi-dis .dis-text .dis-text-i .swiper-slide .ss-text {
    padding: 60px 135px 174px 5px;
    position: relative;
    color: #E3540B;
}
.dis-text-i .swiper-slide .ss-text .b {
    font-size: 40px;
    font-weight: bold;
}
.dis-text-i .swiper-slide .ss-text .s {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.dis-text-i .swiper-slide .ss-text .d {
    margin: 40px 0;
    height: 168px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}
.dis-text-i .swiper-slide .ss-text .m {
    right: 0;
    bottom: 0;
    position: absolute;
}
.dis-text-i .swiper-slide .ss-text .m a {
    display: block;
    background: url(../images/rs-more.png) no-repeat center;
    width: 114px;
    height: 114px;
    z-index: 2;
}
.dis-text-i .swiper-slide .ss-text .n {
    font-size: 180px;
    color: #E3540B;
    font-weight: bold;
    right: 20px;
    top: 30px;
    position: absolute;
    line-height: 1;
    z-index: -1;
}
.dis-text-i .slider-click {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 2;
}
.dis-text-i .slider-click a.swiper-button-disabled {
    border: 1px solid #FFFFFF;
    background: #E3540B;
}
.dis-text-i .slider-click a.swiper-button-disabled i {
    background: url(../images/click-right-h.png) no-repeat center;
}
.dis-text-i .slider-click a {
    background: #FFFFFF;
}
.dis-text-i .slider-click a i {
    background: url(../images/click-right.jpg) no-repeat center;
}
.dis-text-i .slider-click a.p i {
    background: url(../images/click-left.jpg) no-repeat center;
}
.dis-text-i .slider-click a.p.swiper-button-disabled i {
    background: url(../images/click-left-h.png) no-repeat center;
}
.radi-dis .dis-pic {
    width: 48%;
    float: right;
}
.radi-dis .dis-pic .dp-slider {
    padding-right: 22%;
}
.radi-dis .dis-pic .swiper-slide img {
    width: 100%;
    height: auto;
}
.radi-list ul {
    display: none;
}
.radi-list ul.act {
    display: block;
}
.radi-list ul li {
    padding: 100px 0;
    border-top: 1px solid #dfe8e3;
}
.radi-list ul li:first-child {
    border-top: none;
}
.radi-list ul li .t {
    width: 35%;
    float: left;
    padding: 40px 0;
}
.radi-list ul li .t h4 {
    font-size: 30px;
    color: #545454;
    margin-bottom: 10px;
}
.radi-list ul li .t p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.radi-list ul li .img-list {
    width: 60%;
    float: right;
}
.radi-list ul li .img-list .img {
    width: 48%;
    float: right;
}
.radi-list ul li .img-list .img img {
    width: 100%;
    height: auto;
}
.radi-list ul li .img-list .img:first-child {
    float: left;
}
.radi-list ul li:nth-child(even) .t {
    float: right;
}
.radi-list ul li:nth-child(even) .img-list {
    float: left;
}
.led-tit {
    text-align: center;
    padding: 60px 0;
}
.led-tit .en {
    font-size: 40px;
    color: #545454;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
}
.led-tit h4 {
    font-size: 40px;
    color: #545454;
    font-weight: normal;
    line-height: 1;
}
.led-menu-list ul {
    position: relative;
}
.led-menu-list ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 24px;
    z-index: 2;
}
.led-menu-list ul li a {
    display: inline-block;
}
.led-menu-list ul li .icon {
    display: block;
}
.led-menu-list ul li span {
    display: block;
    padding: 25px 0;
    font-size: 16px;
    color: #545454;
}
.led-menu-list ul li:after {
    background: url(../images/rs-icon-02.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    content: '';
}
.led-menu-list ul li.on:after {
    background: url(../images/rs-icon-01.png) no-repeat center;
}
.led-menu-list {
    position: relative;
}
.led-menu-list:after {
    width: 100%;
    height: 1px;
    content: '';
    background: #dfe8e3;
    position: absolute;
    left: 0;
    top: 160px;
    display: none;
}
.led-menu-list:before {
    width: 100%;
    height: 1px;
    content: '';
    background: #dfe8e3;
    position: absolute;
    bottom: 35px;
    left: 0;
}
.led-photo-warp {
    overflow: hidden;
    position: relative;
    padding: 60px 0 30px;
}
.led-photo {
    margin: 0 -20%;
}
.led-photo .swiper-slide {
    width: 62%;
    transform: scale(0.8);
    transition: all 1s;
    opacity: 0.5;
}
.led-photo .swiper-slide.swiper-slide-active {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
}
.led-photo .swiper-slide img {
    width: 100%;
    height: auto;
}
.led-img-tit {
    background: #FFFFFF;
    position: absolute;
    right: 19%;
    top: 50%;
    margin-top: -213px;
    z-index: 3;
    padding: 60px 135px 60px 60px;
}
.led-img-tit .icon {
    margin-left: -20px;
}
.led-img-tit .tit {
    font-size: 24px;
    color: #545454;
    font-weight: bold;
}
.led-img-tit .d {
    font-size: 16px;
    height: 56px;
    line-height: 28px;
    color: #606060;
    overflow: hidden;
}
.led-img-tit .nub {
    position: absolute;
    right: 60px;
    top: 60px;
    line-height: 1;
    font-size: 100px;
    font-weight: bold;
    color: #eef3f8;
}
.led-img-tit .slider-click a {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
}
.led-img-tit .slider-click a i {
    display: inline-block;
    background: url(../images/click-left.jpg) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.led-img-tit .slider-click a.n {
    margin-left: 30px;
}
.led-img-tit .slider-click a.n i {
    background: url(../images/click-right.jpg) no-repeat center;
}
.led-img-tit .slider-click a:hover {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: #E3540B;
}
.led-img-tit .slider-click a:hover i {
    display: inline-block;
    background: url(../images/click-left-h.png) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.led-img-tit .slider-click a.n:hover i {
    background: url(../images/click-right-h.png) no-repeat center;
}
.index-kit {
    padding-bottom: 70px;
}
.index-kit .iks-big {
    width: 30%;
    float: left;
    text-align: center;
    background: #ffffff;
}
.index-kit .iks-big a {
    display: block;
}
.index-kit .iks-big a img {
    max-width: 100%;
    height: auto;
}
.index-kit .iks-big.swiper-container-cube .swiper-cube-shadow {
    background: #ffffff;
}
.index-kit .kit-slider {
    width: 63%;
    padding: 40px 3.5%;
    float: right;
}
.index-kit .kit-slider .swiper-slide {
    text-align: center;
}
.index-kit .kit-slider .swiper-slide a.img-box {
    transition: all 0.6s;
    max-width: 182px;
    border-radius: 50% 50%;
    display: block;
    margin: 0 auto;
}
.index-kit .kit-slider .swiper-slide.swiper-slide-thumb-active a.img-box,
.index-kit .kit-slider .swiper-slide:hover a.img-box {
    /* background:#e8f5dc; */
}
.index-kit .kit-slider .swiper-slide a.img-box img {
    box-shadow: 1px 1px 10px #ffffff;
    border-radius: 50% 50%;
    transition: all 0.3s;
    width: 100%;
    height: auto;
}
.index-kit .kit-slider .swiper-slide a.img-box:hover img {
    box-shadow: 1px 1px 10px #e5e5e5;
}
.index-kit .kit-slider .swiper-slide.swiper-slide-thumb-active .img-box img {
    box-shadow: 1px 1px 10px #e5e5e5;
}
.index-kit .kit-slider .swiper-slide a.img-tit {
    padding: 15px 0;
    display: block;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}
.index-kit .kit-slider .swiper-slide a.img-tit::after {
    content: '';
    width: 36px;
    height: 2px;
    background: #E3540B;
    top: 0;
    left: 50%;
    position: absolute;
    margin-left: -18px;
}
.index-kit .kit-slider .swiper-button-prev {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: #E3540B;
    left: 0;
    position: absolute;
}
.index-kit .kit-slider .swiper-button-prev:after {
    content: '';
    display: inline-block;
    background: url(../images/click-left-h.png) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.index-kit .kit-slider .swiper-button-next {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: #E3540B;
    right: 0;
    position: absolute;
}
.index-kit .kit-slider .swiper-button-next:after {
    content: '';
    display: inline-block;
    background: url(../images/click-right-h.png) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.index-kit .kit-slider .swiper-button-prev.swiper-button-disabled {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
    left: 0;
    opacity: 1;
    position: absolute;
}
.index-kit .kit-slider .swiper-button-prev.swiper-button-disabled:after {
    content: '';
    display: inline-block;
    background: url(../images/click-left.jpg) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.index-kit .kit-slider .swiper-button-next.swiper-button-disabled {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: 1px solid #E3540B;
    position: relative;
    border-radius: 50% 50%;
    background: transparent;
    right: 0;
    opacity: 1;
    position: absolute;
}
.index-kit .kit-slider .swiper-button-next.swiper-button-disabled:after {
    content: '';
    display: inline-block;
    background: url(../images/click-right.jpg) no-repeat center;
    width: 28px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -14px;
}
.electronic-box {
    padding-bottom: 100px;
}
.ele-list ul li {
    position: relative;
}
.ele-list ul li .img-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ele-list ul li .img-box img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s;
}
.ele-list ul li:hover .img-box img {
    transform: scale(1.05);
}
.ele-list ul li .img-tit {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    transform: translateY(0%);
    transition: all 0.6s;
}
.ele-list ul li:hover .img-tit {
    transform: translateY(-10%);
}
.ele-list ul li .img-tit .cn {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}
.ele-list ul li .img-tit .en {
    color: #FFFFFF;
    text-transform: uppercase;
}
.ele-list ul li:nth-child(1) {
    margin-bottom: 8px;
}
.ele-list ul li:nth-child(2) {
    float: left;
    width: 33%;
    margin-left: 0;
}
.ele-list ul li:nth-child(3) {
    float: left;
    width: 33%;
    margin-left: 0.5%;
}
.ele-list ul li:nth-child(4) {
    float: right;
    width: 33%;
}
.ele-list ul li:nth-child(5) {
    width: 49.75%;
    float: left;
    margin-top: 8px;
}
.ele-list ul li:nth-child(6) {
    width: 49.75%;
    float: right;
    margin-top: 8px;
}
.led-menu-list.wis-lsit ul li {
    width: 20%;
}
.led-menu-list.wis-lsit ul.h-list li {
    width: 16.66666%;
}
.led-menu-list ul.h-list li span {
    font-size: 14px;
}
.wisdom-w {
    padding: 80px 0;
}
.radi-dis.wisdow-dis {
    background: none;
}
.radi-dis .dis-text .dis-text-s {
    padding-left: 22%;
    position: relative;
}
.radi-dis .dis-text .dis-text-s .swiper-slide .ss-text {
    padding: 60px 135px 174px 5px;
    position: relative;
    color: #FFFFFF;
}
.dis-text-s .swiper-slide .ss-text .b {
    font-size: 40px;
    font-weight: bold;
    color: #E3540B;
}
.dis-text-s .swiper-slide .ss-text .s {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.dis-text-s .swiper-slide .ss-text p {
    color: #333;
}
.dis-text-s .swiper-slide .ss-text .d {
    margin: 40px 0;
    height: 168px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}
.dis-text-s .swiper-slide .ss-text .m {
    right: 0;
    bottom: 0;
    position: absolute;
}
.dis-text-s .swiper-slide .ss-text .m a {
    display: block;
    background: url(../images/rs-more.png) no-repeat center;
    width: 114px;
    height: 114px;
    z-index: 2;
}
.dis-text-s .swiper-slide .ss-text .n {
    font-size: 180px;
    color: #E3540B;
    font-weight: bold;
    right: 20px;
    top: 30px;
    position: absolute;
    line-height: 1;
    z-index: -1;
}
.dis-text-s .slider-click {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 2;
}
.dis-text-s .slider-click a.swiper-button-disabled {
    border: 1px solid #FFFFFF;
    background: #E3540B;
}
.dis-text-s .slider-click a.swiper-button-disabled i {
    background: url(../images/click-right-h.png) no-repeat center;
}
.dis-text-s .slider-click a {
    background: #FFFFFF;
}
.dis-text-s .slider-click a i {
    background: url(../images/click-right.jpg) no-repeat center;
}
.dis-text-s .slider-click a.p i {
    background: url(../images/click-left.jpg) no-repeat center;
}
.dis-text-s .slider-click a.p.swiper-button-disabled i {
    background: url(../images/click-left-h.png) no-repeat center;
}
.radi-dis.wisdow-dis .dis-pic {
    width: 80%;
    float: right;
}
.radi-dis.wisdow-dis .dis-pic .dps-slider {
    width: 100%;
}
.radi-dis.wisdow-dis .dis-pic .swiper-slide img {
    width: 100%;
    height: auto;
}
.radi-dis.wisdow-dis .dis-pic .swiper-slide img.wap-pic {
    display: none;
}
.news-link {
    padding: 30px 0 100px;
}
.news-link .news-link-slider {
    padding: 30px 60px 30px;
    position: relative;
}
.news-link-slider .swiper-button-next {
    background: url(../images/news-right.png) no-repeat center;
}
.news-link-slider .swiper-button-prev {
    background: url(../images/news-left.png) no-repeat center;
}
.news-link-slider .img-box img {
    width: 100%;
    height: auto;
}
.news-link-slider .tit .t {
    display: block;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #545454;
    transition: all 0.4s;
}
.news-link-slider .swiper-slide:hover .tit .t {
    color: #E3540B;
}
.news-link-slider .tit .d {
    color: #888888;
    font-size: 14px;
    line-height: 1.4;
}
.news-link .more {
    padding-top: 30px;
}
.news-link .more a {
    margin: 0 auto;
    border: 1px solid #E3540B;
    transition: all;
    filter: brightness(1);
}
.news-link .more a:hover {
    filter: brightness(0.2);
}
.news-link .more a span {
    color: #E3540B;
    background: url(../images/msj-icon.png) no-repeat right center;
}
.fixed-warp {
    position: relative;
}
.display-m {
    padding: 60px 0;
}
.details-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 363px;
    z-index: 2;
}
.details-menu .dm-list {
    margin-bottom: 35px;
}
.details-menu .dm-list .tit {
    padding: 10px 0;
}
.details-menu .dm-list .tit h4 {
    display: inline-block;
    padding-left: 40px;
    font-size: 20px;
    color: #333333;
    float: left;
}
.details-menu .dm-list .tit a {
    display: inline-block;
    float: right;
    color: #666666;
    transition: all 0.3s;
}
.details-menu .dm-list .tit a:hover {
    color: #E3540B;
}
.details-menu .dm-list .list {
    margin-top: 20px;
}
.details-menu .dm-list.nav .tit h4 {
    background: url(../images/dn-01.png) no-repeat left center;
}
.details-menu .dm-list.nav .list ul li {
    padding: 8px 40px 8px 0;
}
.details-menu .dm-list.nav .list ul li a {
    display: block;
}
.details-menu .dm-list.nav .list ul li a span {
    display: inline-block;
    float: left;
    width: 80%;
    font-size: 16px;
}
.details-menu .dm-list.nav .list ul li a i {
    display: inline-block;
    text-align: right;
    float: right;
    width: 20%;
}
.details-menu .dm-list.hot-news .tit h4 {
    background: url(../images/hot-news.png) no-repeat left center;
}
.details-menu .dm-list.hot-news .list ul li {
    margin-bottom: 15px;
}
.details-menu .dm-list.hot-news .list ul li .img-box {
    width: 40%;
    float: left;
    display: block;
}
.details-menu .dm-list.hot-news .list ul li .img-box img {
    width: 100%;
    height: auto;
}
.details-menu .dm-list.hot-news .list ul li .img-text {
    width: 55%;
    float: right;
}
.details-menu .dm-list.hot-news .list ul li .img-text .t {
    display: block;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #555555;
    transition: all 0.3s;
    font-weight: bold;
}
.details-menu .dm-list.hot-news .list ul li .img-text .t:hover {
    color: #E3540B;
}
.details-menu .dm-list.hot-news .list ul li .img-text .m {
    margin-top: 5px;
    display: block;
    padding-left: 25px;
    background: url(../images/n-time.png) no-repeat left center;
    color: #a0a0a0;
}
.details-menu .dm-list.hot .tit h4 {
    background: url(../images/dn-02.png) no-repeat left center;
}
.details-menu .dm-list.hot .list ul li {
    width: 47%;
    float: left;
    margin-bottom: 10px;
}
.details-menu .dm-list.hot .list ul li:nth-child(even) {
    float: right;
}
.details-menu .dm-list.hot .list ul li a {
    display: block;
}
.details-menu .dm-list.hot .list ul li a.img-box img {
    width: 100%;
    height: auto;
}
.details-menu .dm-list.hot .list ul li a.img-tit {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
}
.details-menu .dm-list.tab .tit h4 {
    background: url(../images/dn-03.png) no-repeat left center;
}
.details-menu .dm-list.tab .tab-box {
    margin-top: 20px;
}
.details-menu .dm-list.tab .tab-box a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #cccccc;
    color: #666666;
    margin-right: 10px;
    margin-bottom: 14px;
}
.details-menu .dm-list.tab .tab-box a:hover {
    color: #E3540B;
    border: 1px solid #E3540B;
}
.details-content {
    padding-right: 446px;
    min-height: 950px;
}
.details-content .tit {
    padding: 20px 0;
    text-align: center;
}
.details-content .tit h4 {
    color: #333333;
    font-size: 26px;
}
.details-content .share-online {
    padding: 10px 0;
    text-align: center;
}
.details-content .share-online span {
    display: inline-block;
    color: #959595;
    margin: 0 10px;
    height: 28px;
    line-height: 28px;
}
.details-content .share-online .bshare-custom {
    display: inline-block;
}
.details-content .share-online .bshare-custom #bshare-shareto {
    font-weight: normal;
    line-height: inherit;
    color: #999999 !important;
}
.details-content .share-online .bshare-sinaminiblog {
    background: url(../images/sina.png) no-repeat center !important;
}
.details-content .share-online .bshare-qqmb {
    background: url(../images/txweibo.png) no-repeat center !important;
}
.details-content .share-online .bshare-qqim {
    background: url(../images/cqq.png) no-repeat center !important;
}
.details-content .share-online .bshare-weixin {
    background: url(../images/c-wx.png) no-repeat center !important;
}
.details-content .content-editor {
    padding: 40px 0;
    line-height: 1.8;
}
.details-content .content-editor img {
    max-width: 100%;
    height: auto;
}
.details-content .content-page {
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
}
.details-content .content-page p {
    padding: 5px 0;
}
.details-content .content-page p:hover {
    color: #E3540B;
}
.details-content .content-page a:hover {
    text-decoration: underline;
}
.contact-inner {
    padding-bottom: 100px;
}
.contact-inner .contact-left {
    width: 35%;
    float: left;
    background: url(../images/contact-pic-01.jpg) no-repeat center;
    background-size: cover;
}
.contact-inner .contact-left .contact-l-inner {
    padding: 40px;
}
.contact-inner .contact-left .contact-l-inner dl {
    margin-bottom: 30px;
}
.contact-inner .contact-left .contact-l-inner dl dt {
    font-size: 18px;
    color: #FFFFFF;
}
.contact-inner .contact-left .contact-l-inner dl dd {
    color: #FFFFFF;
    font-size: 16px;
}
.contact-inner .contact-left .contact-l-inner dl dd a {
    color: #FFFFFF;
    transition: all 0.4s;
}
.contact-inner .contact-left .contact-l-inner dl dd a:hover {
    color: #CCCCCC;
}
.contact-inner .contact-left .contact-l-inner dl dd p {
    margin-bottom: 30px;
}
.contact-inner .contact-left .contact-l-inner dl dd p span {
    display: inline-block;
}
.contact-inner .contact-right {
    width: 63%;
    float: right;
    background: #f7f7f7 url(../images/contact-pic-02.jpg) no-repeat center top;
}
.contact-inner .contact-right .contact-r-inner {
    padding: 0 40px;
}
.contact-right .contact-r-inner .tips {
    padding: 20px 0;
    font-size: 18px;
    color: #545454;
}
.media-menu {
    padding-bottom: 40px;
    text-align: center;
}
.media-menu a {
    display: inline-block;
    width: 124px;
    height: 39px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    line-height: 39px;
    background: transparent;
    transition: all 0.4s;
    margin: 0 10px;
}
.media-menu a:hover,
.media-menu a.on {
    background: #E3540B;
    border: 1px solid #E3540B;
    color: #FFFFFF;
}
.media-list ul li {
    padding: 35px 0;
    border-bottom: 1px solid #cccccc;
}
.media-list ul li:first-child {
    border-top: 1px solid #CCCCCC;
}
.media-list ul li .img-box {
    width: 35%;
    float: left;
    position: relative;
}
.media-list ul li .img-box .time {
    position: absolute;
    left: 0;
    top: 0;
}
.media-list ul li .img-box .time .en {
    font-size: 18px;
    color: #E3540B;
    padding-bottom: 10px;
    position: relative;
    display: block;
}
.media-list ul li .img-box .time .en:after {
    width: 20px;
    height: 2px;
    background: #E3540B;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.media-list ul li .img-box .time .nu {
    font-size: 48px;
    color: #E3540B;
    line-height: 1;
    margin-top: 10px;
    display: block;
    font-family: simsun;
}
.media-list ul li .img-box .img {
    padding-left: 100px;
    display: block;
}
.media-list ul li .img-box .img img {
    width: 100%;
    height: auto;
}
.media-list ul li .text-box {
    width: 63%;
    float: right;
}
.media-list ul li .text-box .tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #555555;
    transition: all 0.4s;
}
.media-list ul li .text-box .tit:hover {
    color: #E3540B;
}
.media-list ul li .text-box .data {
    padding: 10px 0 15px;
    font-size: 16px;
    color: #333333;
}
.media-list ul li .text-box .tips {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.media-list ul li .text-box .m {
    position: relative;
    margin-top: 15px;
}
.media-list ul li .text-box .m:after {
    width: 100%;
    height: 1px;
    content: '';
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 50%;
}
.media-list ul li .text-box .m a {
    transition: all 0.4s;
    display: inline-block;
    background: #FFFFFF;
    width: 124px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 19px 19px;
}
.media-list ul li .text-box .m a:hover {
    background: #E3540B;
    border: 1px solid #E3540B;
    color: #FFFFFF;
}
#page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #E3540B;
}
#page .ss-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff;
}
.h-led-list {
    padding: 90px 0 0;
}
.h-led-list ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-top: 90px;
    position: relative;
}
.h-led-list ul li:nth-child(1) {
    margin-top: 0;
}
.h-led-list ul li:nth-child(2) {
    margin-top: 0;
}
.h-led-list ul li:nth-child(3) {
    margin-top: 0;
}
.h-led-list ul li:nth-child(3n+1) {
    margin-left: 0;
}
.h-led-list ul li .img-box {
    display: block;
}
.h-led-list ul li .img-box img {
    width: 100%;
    height: auto;
}
.h-led-list ul li .img-tit {
    background: #FFFFFF;
    position: relative;
    display: block;
    width: 90%;
    margin: -20px auto 0;
    z-index: 2;
    transition: all 0.6s;
}
.h-led-list ul li .img-tit .img {
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100px;
    height: 100px;
    position: absolute;
}
.h-led-list ul li .img-tit .tit {
    display: block;
    padding: 19px 0 19px 120px;
}
.h-led-list ul li .img-tit .tit b {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1;
}
.h-led-list ul li .img-tit .tit i {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #606060;
}
.h-led-list ul li:hover .img-tit {
    box-shadow: 1px 1px 10px #CCCCCC;
}
.h-led-list ul li.tit {
    padding: 40px 0;
}
.h-led-list ul li.tit .en {
    color: #545454;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}
.h-led-list ul li.tit .cn {
    font-size: 40px;
    color: #545454;
}

/*新加*/
.inner-banner .inner-banner-box.error {
    height: 549px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: none;
    padding: 0;
    width: 100%;
}
.inner-banner .inner-banner-box.error .error-box .tips {
    text-align: center;
}
.inner-banner .inner-banner-box.error .error-box .tips b {
    display: block;
    font-size: 30px;
    color: #333333;
}
.inner-banner .inner-banner-box.error .error-box .tips span {
    display: block;
    font-size: 16px;
    padding: 20px 0;
}
.inner-banner .inner-banner-box.error .error-box .tips a {
    display: inline-block;
    width: 150px;
    height: 42px;
    background: #E3540B;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}
.inner-banner .inner-banner-box.error .error-box .tips a:hover {
    background: #353535;
}
@media only screen and (max-width: 1500px) {
    .radi-menu .rm-slider .tit {
        font-size: 12px;
    }
    
    .header-box {
        max-width: 1024px;
    }
    
    .tool-list .tl-link a {
        font-size: 14px;
    }
    
    .header .lan .lt a {
        font-size: 14px;
    }
    
    .wedo-tit .en {
        font-size: 32px;
    }
    
    .wedo-tit h4 {
        font-size: 32px;
    }
    
    .wedo-warp .wedo-menu {
        width: 1000px;
        margin-left: -500px;
    }
    
    .wedo-warp .wedo-menu ul li {
        padding: 10px 0;
    }
    
    .wedo-warp .wedo-menu ul li .tit {
        font-size: 14px;
    }
    
    .wedo-warp {
        padding-top: 50px;
    }
    
    .m-width-1440 {
        max-width: 1024px;
    }
    
    .about .about-text {
        padding: 0 0;
    }
    
    .about .about-text .about-tit .en {
        font-size: 32px;
    }
    
    .about .about-text .about-tit h4 {
        font-size: 32px;
    }
    
    .news .news-tit .en {
        font-size: 32px;
    }
    
    .news .news-tit h4 {
        font-size: 32px;
    }
    
    .news-list .pic-box img {
        transform: translateX(-7.5%);
    }
    
    .footer-inner {
        max-width: 1024px;
    }
    
    .ib-list ul li .img-text .tit {
        font-size: 22px;
        padding: 0 0 20px;
    }
    
    .ib-list ul li .img-text .it-inner {
        padding: 20px 30px;
    }
    
    .ib-list ul li .img-text .text {
        font-size: 14px;
    }
    
    .ib-list ul li .img-text {
        margin-top: 45px;
    }
    
    .ib-list ul li:nth-child(even) .img-text .it-inner {
        padding: 20px 30px;
    }
    
    .cul-box .cul-tit .en {
        font-size: 32px;
    }
    
    .cul-box .cul-tit h4 {
        font-size: 32px;
    }
    
    .honor-tit .en {
        font-size: 32px;
    }
    
    .honor-tit h4 {
        font-size: 32px;
    }
    
    .dev-his-tool .tit .en {
        font-size: 32px;
    }
    
    .dev-his-tool .tit h4 {
        font-size: 32px;
    }
    
    .inner-banner .banner-content .en {
        font-size: 32px;
    }
    
    .inner-banner .banner-content h4 {
        font-size: 32px;
    }
    
    .in-base-tit {
        padding: 40px 0;
    }
    
    .in-base {
        padding: 0 0 40px;
    }
    
    .about-lab .lab-tool .lab-tit .en {
        font-size: 32px;
    }
    
    .about-lab .lab-tool .lab-tit h4 {
        font-size: 32px;
    }
    
    .about-lab .lab-tool .lab-text {
        font-size: 14px;
    }
    
    .about-lab {
        padding: 40px 0 60px;
    }
    
    .in-base-tit .en {
        font-size: 32px;
    }
    
    .in-base-tit h4 {
        font-size: 32px;
    }
    
    .inner-banner .banner-text {
        width: 1000px;
        margin-left: -500px;
    }
    
    .led-tit .en {
        font-size: 32px;
    }
    
    .led-tit h4 {
        font-size: 32px;
    }
    
    .ele-list ul li .img-tit .cn {
        font-size: 20px;
    }
    
    .radi-sys .tit .en {
        font-size: 32px;
    }
    
    .radi-sys .tit h4 {
        font-size: 32px;
    }
    
    .radi-sys .text {
        font-size: 14px;
    }
    
    .radi-dis {
        background-size: 77%;
    }
    
    .radi-dis .dis-text .dis-text-i .swiper-slide .ss-text {
        padding: 30px 60px 100px 5px;
    }
    
    .dis-text-i .swiper-slide .ss-text .b {
        font-size: 32px;
    }
    
    .radi-list ul li {
        padding: 40px 0;
    }
    
    .media-list ul li .text-box .tit {
        font-size: 18px;
    }
    
    .media-list ul li .text-box .data {
        font-size: 12px;
        padding: 5px 0;
    }
    
    .media-list ul li .text-box .tips {
        height: 48px;
    }
    
    .contact-inner .contact-left .contact-l-inner dl dd {
        font-size: 14px;
    }
    
    .contact-inner .contact-left .contact-l-inner dl dd p {
        margin-bottom: 16px;
    }
    
    .compro-box .video-text .about-text .at-inner {
        font-size: 14px;
        padding: 0;
    }
    
    .compro-box .video-text .about-text {
        width: 45%;
        border: none;
        float: right;
        position: relative;
        top: 0;
    }
    
    .compro-box .video-text {
        padding-bottom: 0;
    }
    
    .compro-box .sub-list .li-inner .logo-tit {
        margin-bottom: 20px;
    }
    
    .compro-box .sub-list .li-inner .n span {
        font-size: 18px;
    }
    
    .compro-box .sub-list .li-inner .n {
        width: 60%;
        padding: 0 0 0 30px;
    }
    
    .compro-box .sub-list .li-inner .n i {
        font-size: 12px;
    }
    
    .compro-box .sub-list .li-inner .l {
        width: 30%;
    }
    
    .sub-box .sub-tit .en {
        font-size: 32px;
    }
    
    .sub-box .sub-tit h4 {
        font-size: 32px;
    }
    
    .display-m {
        padding: 30px 0;
    }
    
    .h-led-list ul li.tit .en {
        font-size: 28px;
    }
    
    .h-led-list ul li.tit .cn {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1100px) {
    .led-menu-list:after {
        display: block;
    }
    
    .led-menu-list.wis-lsit ul.h-list li {
        width: 33.33333%;
    }
    
    .inner-padding-20 {
        padding: 0 20px;
    }
    
    #menuPc {
        display: none;
    }
    
    #page {
        background: #FFFFFF;
    }
    
    .btn-nav {
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 33;
        background: transparent;
        border: none;
        padding: 23px 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        float: right;
    }
    
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #E3540B;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    
    .mm-opening .middle {
        width: 0;
    }
    /* .banner .bg-box {
        display: none;
    }
     */
    
    .banner-content {
        display: none;
    }
    
    .banner .wap-box {
        display: block;
    }
    
    .header {
        padding: 0 20px;
    }
    
    .tool-list {
        display: none;
    }
    
    .wedo-warp {
        padding-top: 0;
    }
    
    .wedo-warp .wedo-menu {
        position: relative;
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    
    .wedo-warp .wedo-menu ul li:after {
        display: none;
    }
    
    .about .about-text {
        width: 100%;
        float: none;
    }
    
    .about .about-video {
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    
    .about {
        padding: 40px 0;
    }
    
    .news {
        padding: 40px 0;
    }
    
    .news-list .pic-box {
        width: 100%;
        float: none;
        height: auto !important;
    }
    
    .news-list .pic-box video {
        width: 100%;
        height: auto;
        transform: translateX(0);
    }
    
    .more a {
        width: 110px;
    }
    
    .news .more {
        margin-top: 39px;
    }
    
    .news-list .list {
        width: 100%;
        float: none;
    }
    
    .news-list .list ul li {
        padding: 20px;
    }
    
    .news-list .list .time span {
        font-size: 12px;
    }
    
    .news-list .list ul li:hover,
    .news-list .list ul li.on {
        margin-left: 0;
    }
    
    .inner-banner {
        display: none;
    }
    
    .radi-dis.wisdow-dis .dis-pic .swiper-slide img.wap-pic {
        display: block;
    }
    
    .radi-dis.wisdow-dis .dis-pic .swiper-slide img.pc-pic {
        display: none;
    }
    
    .dev-his-box {
        padding: 40px 0;
    }
    
    .honor-menu ul li a {
        width: 80px;
        font-size: 14px;
    }
    
    .honor-menu ul li {
        margin: 0 0;
    }
    
    .honor-slider .slider-click {
        padding: 30px 0 0;
    }
    
    .honor-box {
        padding: 40px 0 30px;
    }
    
    .cul-box .cul-tag span {
        font-size: 16px;
    }
    
    #certify .swiper-slide {
        width: 100%;
        height: auto;
    }
    
    #certify .swiper-slide img {
        width: 100%;
        height: auto;
    }
    
    .cul-box .slider-click {
        padding-top: 30px;
    }
    
    .cul-box {
        padding: 40px 0;
    }
    
    .footer-inner .footer-nav-s {
        display: none;
    }
    
    .footer-copy {
        padding: 20px;
    }
    
    .ib-list ul li .img-box {
        width: 100%;
        float: none;
    }
    
    .ib-list ul li .img-text {
        float: none;
        width: 100%;
        padding: 20px 0;
        margin-top: 0;
    }
    
    .ib-list ul li .img-box:after {
        display: none;
    }
    
    .ib-list ul li .img-text .it-inner {
        padding: 0 0;
        border: none;
    }
    
    .ib-list ul li:nth-child(even) .img-text {
        margin: 0;
        padding: 20px 0;
    }
    
    .ib-list ul li .img-text .tit {
        padding: 0 0 10px;
    }
    
    .ib-list ul li:nth-child(even) .img-text .it-inner {
        padding: 0 0;
        border: none;
    }
    
    .about-lab .lab-tool .lab-tit {
        width: 100%;
        float: none;
    }
    
    .about-lab .lab-tool .lab-text {
        width: 100%;
        float: none;
    }
    
    .about-lab .lab-tool {
        padding-bottom: 20px;
    }
    
    .about-lab .lab-list ul li {
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    
    .led-menu-list ul li span {
        font-size: 12px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .led-menu-list ul li {
        width: 23%;
        padding: 0 1% 24px;
    }
    
    .led-menu-list ul li .icon {
        transform: scale(0.7);
    }
    
    .led-img-tit {
        position: relative;
        right: auto;
        top: auto;
        margin-top: auto;
    }
    
    .led-photo {
        margin: 0;
    }
    
    .led-img-tit .nub {
        display: none;
    }
    
    .led-img-tit {
        padding: 20px;
        text-align: center;
    }
    
    .led-img-tit .icon {
        margin-left: 0;
    }
    
    .index-kit .iks-big {
        width: 100%;
        float: none;
    }
    
    .index-kit .kit-slider {
        width: 100%;
        float: none;
    }
    
    .index-kit {
        padding-bottom: 30px;
    }
    
    .ele-list ul li .img-tit .cn {
        font-size: 16px;
    }
    
    .ele-list ul li .img-tit .en {
        font-size: 12px;
    }
    
    .ele-list ul li:nth-child(1) {
        margin-bottom: 0;
    }
    
    .ele-list ul li:nth-child(2) {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .ele-list ul li:nth-child(3) {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .ele-list ul li:nth-child(4) {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .ele-list ul li:nth-child(5) {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .ele-list ul li:nth-child(6) {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .electronic-box {
        padding-bottom: 40px;
    }
    
    .radi-sys .tit {
        width: 100%;
        float: none;
    }
    
    .radi-sys .text {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .radi-sys {
        padding: 50px 0;
    }
    
    .radi-dis .dis-text {
        position: relative;
        width: 100%;
    }
    
    .dis-text-i .swiper-slide .ss-text .n {
        display: none;
    }
    
    .radi-dis {
        padding-top: 0;
    }
    
    .radi-menu .rm-slider {
        padding: 40px 0;
    }
    
    .radi-dis .dis-text .dis-text-i .swiper-slide .ss-text {
        padding: 20px;
    }
    
    .radi-dis .dis-text .dis-text-i {
        padding-left: 0 !important;
    }
    
    .dis-text-i .swiper-slide .ss-text .b {
        font-size: 24px;
    }
    
    .dis-text-s .swiper-slide .ss-text .b {
        font-size: 24px;
    }
    
    .dis-text-s .swiper-slide .ss-text .s {
        font-size: 14px;
    }
    
    .dis-text-i .slider-click {
        position: relative;
        padding: 20px;
        bottom: 0;
    }
    
    .dis-text-i .swiper-slide .ss-text .m {
        position: relative;
        right: auto;
        bottom: auto;
    }
    
    .dis-text-i .swiper-slide .ss-text .m a {
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    
    .radi-dis .dis-pic {
        width: 100%;
        float: none;
    }
    
    .radi-dis .dis-pic .dp-slider {
        padding-right: 0 !important;
    }
    
    .radi-dis {
        background: none;
    }
    
    .dp-slider {
        background: url(../images/rad-pic-06.jpg) no-repeat center;
    }
    
    .radi-list ul li .t {
        width: 100%;
        float: none;
        padding: 20px 0 30px;
    }
    
    .radi-list ul li .img-list {
        width: 100%;
        float: none;
    }
    
    .radi-list ul li {
        padding: 0 0 40px;
    }
    
    .radi-list ul li .t h4 {
        font-size: 22px;
    }
    
    .wisdom-w {
        padding: 40px 0;
    }
    
    .led-menu-list.wis-lsit ul li {
        width: 33.33333%;
        padding: 0 0 24px;
    }
    /* .led-menu-list.wis-lsit ul.h-list li{padding:0 0 20px;} */
    
    .led-menu-list ul.h-list li a {
        width: 100%;
    }
    
    .led-menu-list ul.h-list li span {
        font-size: 12px;
    }
    
    .dis-text-s .swiper-slide .ss-text .n {
        display: none;
    }
    
    .radi-dis .dis-text .dis-text-s .swiper-slide .ss-text {
        padding: 20px;
    }
    
    .radi-dis .dis-text .dis-text-s {
        padding-left: 0 !important;
    }
    
    .dis-text-s .slider-click {
        position: relative;
        padding: 20px 20px;
        bottom: auto;
    }
    
    .dis-text-s .swiper-slide .ss-text .m {
        position: relative;
    }
    
    .dis-text-s .swiper-slide .ss-text .m a {
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    
    .radi-dis.wisdow-dis .dis-pic {
        width: 100%;
        float: none;
    }
    
    .news-link .news-link-slider {
        padding: 20px;
    }
    
    .news-link-slider .swiper-button-next {
        right: 0;
        transform: scale(0.7);
    }
    
    .news-link-slider .swiper-button-prev {
        left: 0;
        transform: scale(0.7);
    }
    
    .news-link {
        padding: 30px 0 40px;
    }
    
    .media-list ul li .img-box .time {
        display: none;
    }
    
    .media-list ul li .img-box .img {
        padding-left: 0;
    }
    
    .media-list ul li .img-box {
        width: 100%;
        float: none;
    }
    
    .media-list ul li .text-box {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    
    .page-box .page-inner .page-list {
        display: none;
    }
    
    .details-menu {
        display: none;
    }
    
    .details-content {
        padding-right: 0;
    }
    
    .contact-inner .contact-left {
        width: 100%;
        height: auto;
        float: none;
    }
    
    .contact-inner .contact-right {
        width: 100%;
        float: none;
    }
    
    .compro-box .video-text .about-video {
        width: 100%;
        float: none;
    }
    
    .compro-box .video-text .about-text {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .compro-box .sub-tit {
        padding: 30px 0;
    }
    
    .compro-box .sub-list ul li {
        width: 100%;
        float: none;
    }
    
    .compro-box .sub-list .li-inner .l {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .compro-box .sub-list .li-inner .n {
        width: 100%;
        float: none;
        padding-bottom: 0;
        padding-left: 0%;
        margin-top: 0;
        text-align: center;
        background: none;
        height: auto;
    }
    
    .compro-box .sub-list ul li:nth-child(even) {
        float: none;
    }
    
    .compro-box .sub-list .li-inner .logo-tisp {
        height: auto;
    }
    
    .compro-box .sub-list ul li .li-inner {
        padding: 20px;
    }
    
    .compro-box .sub-list {
        padding-bottom: 20px;
    }
    
    .wedo-tit .en {
        font-size: 22px;
    }
    
    .wedo-tit h4 {
        font-size: 22px;
    }
    
    .wedo-tit {
        padding: 30px 0;
    }
    
    .about .about-text .about-tit .en {
        font-size: 22px;
    }
    
    .about .about-text .about-tit h4 {
        font-size: 22px;
    }
    
    .news .news-tit .en {
        font-size: 22px;
    }
    
    .news .news-tit h4 {
        font-size: 22px;
    }
    
    .cul-box .cul-tit .en {
        font-size: 22px;
    }
    
    .cul-box .cul-tit h4 {
        font-size: 22px;
    }
    
    .honor-tit .en {
        font-size: 22px;
    }
    
    .honor-tit h4 {
        font-size: 22px;
    }
    
    .dev-his-tool .tit .en {
        font-size: 22px;
    }
    
    .dev-his-tool .tit h4 {
        font-size: 22px;
    }
    
    .inner-banner .banner-content .en {
        font-size: 22px;
    }
    
    .inner-banner .banner-content h4 {
        font-size: 22px;
    }
    
    .about-lab .lab-tool .lab-tit .en {
        font-size: 22px;
    }
    
    .about-lab .lab-tool .lab-tit h4 {
        font-size: 22px;
    }
    
    .in-base-tit .en {
        font-size: 22px;
    }
    
    .in-base-tit h4 {
        font-size: 22px;
    }
    
    .led-tit .en {
        font-size: 22px;
    }
    
    .led-tit h4 {
        font-size: 22px;
    }
    
    .radi-sys .tit .en {
        font-size: 22px;
    }
    
    .radi-sys .tit h4 {
        font-size: 22px;
    }
    
    .sub-box .sub-tit .en {
        font-size: 22px;
    }
    
    .sub-box .sub-tit h4 {
        font-size: 22px;
    }
    
    .footer-copy .l {
        display: none;
    }
    
    .footer-copy .c {
        width: 100%;
        float: none;
    }
    
    .dis-text-i .swiper-slide .ss-text .s {
        font-size: 14px;
    }
    
    .h-led-list ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
        margin-top: 0;
    }
    
    .h-led-list ul li .img-tit .img {
        width: 60px;
        height: 60px;
    }
    
    .h-led-list ul li .img-tit .img img {
        width: 100%;
        height: auto;
    }
    
    .h-led-list ul li .img-tit .tit {
        padding: 10px 0 10px 70px;
    }
    
    .h-led-list ul li .img-tit .tit b {
        font-size: 16px;
    }
    
    .h-led-list ul li .img-tit .tit i {
        font-size: 12px;
    }
    
    .h-led-list {
        padding: 40px 0 0;
    }
    
    .h-led-list ul li.tit {
        padding: 10px 0;
    }
}